На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:
математика
примитивная рекурсия
общая лексика
примитивно-рекурсивный
математика
примитивное кольцо
медицина
эпендимобластома
[ri'kə:sivnis]
общая лексика
рекурсивность
Смотрите также
существительное
логика
рекурсивность
[ri'kə:ʃ(ə)n]
общая лексика
рекурсия
в программировании - способность подпрограммы или функции вызывать во время исполнения саму себя для выполнения итеративной операции
возвратный
рекуррентный
рекурсивный
антоним
Смотрите также
существительное
математика
рекуррентная формула
рекуррентное соотношение
логика
рекурсия
общая лексика
рекуррентно
рекурсивно
рекурсно
математика
рекурсивная структура
[ri'kə:siv]
общая лексика
рекурсивный
рекуррентный
прилагательное
математика
рекуррентный
рекурсивный
техника
оборотный
способный к повторному использованию
In computability theory, a primitive recursive function is, roughly speaking, a function that can be computed by a computer program whose loops are all "for" loops (that is, an upper bound of the number of iterations of every loop can be determined before entering the loop). Primitive recursive functions form a strict subset of those general recursive functions that are also total functions.
The importance of primitive recursive functions lies in the fact that most computable functions that are studied in number theory (and more generally in mathematics) are primitive recursive. For example, addition and division, the factorial and exponential function, and the function which returns the nth prime are all primitive recursive. In fact, for showing that a computable function is primitive recursive, it suffices to show that its time complexity is bounded above by a primitive recursive function of the input size. It is hence not that easy to devise a computable function that is not primitive recursive; some examples are shown in section § Limitations below.
The set of primitive recursive functions is known as PR in computational complexity theory.